home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / BACKGRND / BACK / COMBACK.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  1.1 KB  |  70 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMBack.r 1.2 1997/04/09 01:13:42 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMBACK.rsc";
  13.  
  14. resource 'COMP' (135) {
  15.     'back',
  16.     'COba',
  17.     "Sunset background",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. resource 'pMAP' (135) {
  26.     {    /* array TypeArray: 7 elements */
  27.         /* [1] */
  28.         'SUNC',
  29.         'colo',
  30.         interpolate,
  31.         "Sun Color",
  32.         /* [2] */
  33.         'DIAM',
  34.         'qfix',
  35.         interpolate,
  36.         "Sun Diameter",
  37.         /* [3] */
  38.         'WESD',
  39.         'qfix',
  40.         interpolate,
  41.         "West Direction",
  42.         /* [4] */
  43.         'ZENC',
  44.         'colo',
  45.         interpolate,
  46.         "Zenith Color",
  47.         /* [5] */
  48.         'WESC',
  49.         'colo',
  50.         interpolate,
  51.         "West Color",
  52.         /* [6] */
  53.         'EASC',
  54.         'colo',
  55.         interpolate,
  56.         "East Color",
  57.         /* [7] */
  58.         'EARC',
  59.         'colo',
  60.         interpolate,
  61.         "Earth Color",
  62.     }
  63. };
  64.  
  65. data 'GUID' (135) {
  66.     $"9D23 99C0 3A02 101C 885F 0402 1C00 7002"            /* ù#ô¿:...à_....p. */
  67.     $"ACD4 1BE0 8243 101C 8BFC F629 D50D 262B"            /* ¨‘.‡ÇC..㸈)’¬&+ */
  68. };
  69.  
  70.